const crypto/tls.alertNoRenegotiation
6 uses
crypto/tls (current package)
alert.go#L51: alertNoRenegotiation alert = 100
alert.go#L88: alertNoRenegotiation: "no renegotiation",
conn.go#L848: case alertNoRenegotiation, alertCloseNotify:
conn.go#L1276: return c.sendAlert(alertNoRenegotiation)
conn.go#L1281: return c.sendAlert(alertNoRenegotiation)
conn.go#L1284: return c.sendAlert(alertNoRenegotiation)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)